Vcenter Storage Policies Compliance Summary
Provides the details of a virtual machine and its associated entities which match the given compliance statuses.
This schema was added in vSphere API 6.7.
{
"vm": "string",
"vm_home": "string",
"disks": {
"disks": "string"
}
}
Identifier of virtual machine
This property was added in vSphere API 6.7.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VirtualMachine
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VirtualMachine
.
Compliance status of the virtual machine home.
For more information see: Vcenter Storage Policies Compliance Status.
This property was added in vSphere API 6.7.
If missing or null
or empty, vmHome is not associated with a storage policy.
List of the virtual hard disk.
For more information see: Vcenter Storage Policies Compliance Status.
This property was added in vSphere API 6.7.
If missing or null
or empty, virtual machine entity does not have any disks or its disks are not associated with a storage policy.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
.